func github.com/jackc/pgx/v5/pgconn.configTLS

2 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		config.go#L405: 			tlsConfigs, err = configTLS(settings, host, options)
		config.go#L717: func configTLS(settings map[string]string, thisHost string, parseConfigOptions ParseConfigOptions) ([]*tls.Config, error) {